From: Sandro Knauß Date: Tue, 15 Jan 2019 21:21:35 +0000 (+0100) Subject: Don't modify build flags within the package X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~7 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f2fc273e280cb1b0fbaadca9d10799f81c71d5da;p=nextcloud-desktop.git Don't modify build flags within the package Origin: debian Forwarded: not-needed Last-Update: 2021-01-03 For being able to have full control over the build process, we need full control over the build flags set. That's why it is recommended to disable any modification from these flags from package side. Gbp-Pq: Name 0002-use_system_buildflags.patch --- diff --git a/src/csync/CMakeLists.txt b/src/csync/CMakeLists.txt index 7c7a8e520..00c7813ce 100644 --- a/src/csync/CMakeLists.txt +++ b/src/csync/CMakeLists.txt @@ -14,7 +14,6 @@ set(LIBRARY_SOVERSION "0") # add definitions include(DefineCMakeDefaults) include(DefinePlatformDefaults) -include(DefineCompilerFlags) include(DefineOptions.cmake) include(DefineInstallationPaths)